From: Gabriel Wicke Date: Wed, 26 May 2004 22:03:30 +0000 (+0000) Subject: typo in magicRFC X-Git-Tag: 1.5.0alpha1~3195 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=2e74792381ec6ce3da89f0efb1282c8a4e87fc8d;p=lhc%2Fweb%2Fwiklou.git typo in magicRFC --- diff --git a/includes/Parser.php b/includes/Parser.php index f316fb2b04..6b7d5f59e5 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1812,7 +1812,7 @@ class Parser { global $wgLang; - $a = split( "ISBN ", " $text" ); + $a = split( "RFC ", " $text" ); if ( count ( $a ) < 2 ) return $text; $text = substr( array_shift( $a ), 1); $valid = "0123456789";